max length | sentence |
---|---|
6 | Barrierat kimike mbrojnë gjithashtu kundër infeksionit. |
6 | Perandorët shpesh mbështetin njërin kundër ekipit tjetër. |
6 | Transporti publik brenda qytetit mbulon linjën Bahçallëk-Fermentim. |
6 | Rajoni gjendet tërësisht brenda Masivit qendrorë. |
6 | Gjithashtu shpesh gjendet akustikusneurinomi. |
6 | Pastërtia shpesh arrihet përmes pastrimit. |
6 | KUQeZi Gjinia: Shkenca politike, filozofi. |
6 | Megjithatë, albumi shijoi sukses komercial. |
6 | Mbiemrat vendosen gjithnjë përpara emrave. |
6 | Dokumenti shkollor pedagogjik nënkupton dokumentimin publik ( |
6 | Krahas kompetencës personale, qëndron kompetenca qytetare. |
5 | Chemnitz është emëruar sipas lumit Chemnitz. |
5 | Deprimimi kardiorespirator është efekti anësor kryesor. |
5 | Destani është studiues shqiptaro-britanik. |
5 | Ekokardiografia është metodë joinvazive. |
5 | Filozofia platonike është gjithashtu ideokratike. |
5 | Garmisch-Partenkirchen, është kompozitor gjerman. |
5 | Hyjnia kryesore është Lakshmi Narasimha Swamy. |
5 | Libri është shkruar brenda intervalit kohor 12-vjeçar. |
5 | Lista përfundimtare është plotësuar gjatë mesjetës. |
5 | Lowell është emëruar sipas biznesmenit Francis Cabot Lowell. |
5 | Megjithatë drejtimi kryesor ekonomik është blegtoria. |
5 | "Muzika është kombinim tingujsh brenda shumë formave. |
5 | Njëri sistem është gjithmonë klienti, përderisa tjetri është server. |
5 | Pascal Guillaume është presidenti aktual. |
5 | Peraj është fshat rrëzë kufirit Shqipëri-Kosovë. |
5 | Prandaj, evolucioni kohor është unitar. |
5 | Rreth poleve është vendosur mbështjella ekscituese. |
5 | Schneizel është gjithashtu shumë karizmatik. |
5 | Sigurisht, vetëm Allahu është Mbrojtësi. |
In this subsection, we order the sentences by the length of the shortest word an look for the sentences with the largest values. As explained in subsection 4.5.2.3, we expect to find non-typical sentences.
select min(char_length(word)) as a, s.sentence from sentences s, inv_w i, words w where s.s_id=i.s_id and i.w_id=w.w_id and length(sentence)>40 and i.w_id>100 group by s.s_id order by a desc limit 30;
4.5.2.1 Maximum word rank in sentence
4.5.2.2 Average word rank in sentence
4.5.2.3 Sentences consisting of many low frequency words I
4.5.2.4 Sentences consisting of many low frequency words II
4.5.2.5 Sentences consisting of short words only I
4.5.2.6 Sentences consisting of short words only II
4.5.2.8 Sentences consisting of long words only II